home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / crack200 / frmhelp.frm < prev    next >
Text File  |  1999-09-05  |  3KB  |  94 lines

  1. VERSION 5.00
  2. Begin VB.Form Form2 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Help"
  5.    ClientHeight    =   3165
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4680
  9.    Icon            =   "frmHelp.frx":0000
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    ScaleHeight     =   3165
  13.    ScaleWidth      =   4680
  14.    StartUpPosition =   3  'Windows Default
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "Ok"
  17.       Height          =   375
  18.       Left            =   3360
  19.       TabIndex        =   0
  20.       Top             =   2640
  21.       Width           =   1095
  22.    End
  23.    Begin VB.Label Label6 
  24.       Caption         =   "AllAdvantage IE5 Emulator 2.00"
  25.       BeginProperty Font 
  26.          Name            =   "MS Sans Serif"
  27.          Size            =   12
  28.          Charset         =   0
  29.          Weight          =   700
  30.          Underline       =   0   'False
  31.          Italic          =   0   'False
  32.          Strikethrough   =   0   'False
  33.       EndProperty
  34.       ForeColor       =   &H00FF0000&
  35.       Height          =   255
  36.       Left            =   120
  37.       TabIndex        =   6
  38.       Top             =   120
  39.       Width           =   4455
  40.    End
  41.    Begin VB.Label Label5 
  42.       Caption         =   "Question? Comments? Email me at Polytronix@hawaii.rr.com"
  43.       Height          =   375
  44.       Left            =   600
  45.       TabIndex        =   5
  46.       Top             =   2640
  47.       Width           =   2895
  48.    End
  49.    Begin VB.Label Label4 
  50.       Caption         =   "This program doesnt alter AllAdvantage in any way.  It wont record time if this program isnt in focus."
  51.       Height          =   495
  52.       Left            =   360
  53.       TabIndex        =   4
  54.       Top             =   1920
  55.       Width           =   4215
  56.    End
  57.    Begin VB.Label Label3 
  58.       Caption         =   "What it doesnt do:"
  59.       ForeColor       =   &H000000FF&
  60.       Height          =   255
  61.       Left            =   120
  62.       TabIndex        =   3
  63.       Top             =   1680
  64.       Width           =   3615
  65.    End
  66.    Begin VB.Label Label2 
  67.       Caption         =   $"frmHelp.frx":164A
  68.       Height          =   975
  69.       Left            =   360
  70.       TabIndex        =   2
  71.       Top             =   720
  72.       Width           =   4095
  73.    End
  74.    Begin VB.Label Label1 
  75.       Caption         =   "What this program does:"
  76.       ForeColor       =   &H000000FF&
  77.       Height          =   255
  78.       Left            =   120
  79.       TabIndex        =   1
  80.       Top             =   480
  81.       Width           =   4455
  82.    End
  83. End
  84. Attribute VB_Name = "Form2"
  85. Attribute VB_GlobalNameSpace = False
  86. Attribute VB_Creatable = False
  87. Attribute VB_PredeclaredId = True
  88. Attribute VB_Exposed = False
  89. Private Sub Command1_Click()
  90. Form2.Hide
  91.  
  92. End Sub
  93.  
  94.